home *** CD-ROM | disk | FTP | other *** search
/ Programmer Plus 2007 / Programmer-Plus-2007.iso / Programming / Compilers / Basic Compiler V2.0 / Sample2.bat < prev    next >
Encoding:
DOS Batch File  |  1986-07-12  |  64 b   |  6 lines

  1. BASCOM %1,,%2
  2. IF ERRORLEVEL 2 GOTO EXIT
  3. LINK %1;
  4. %1
  5. :EXIT
  6.